home *** CD-ROM | disk | FTP | other *** search
/ CD/PC Actual 76 / DVD Actual 1 Marzo 2003.iso / Trial / TurboCAD 7.1 Pro / Data.Cab / F24747_Jpeg.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-11-10  |  1.4 KB  |  45 lines

  1. /******************************************************************/
  2. /*                                                                */
  3. /*                      TurboCAD for Windows                      */
  4. /*                   Copyright (c) 1993 - 1999                    */
  5. /*             International Microcomputer Software, Inc.         */
  6. /*                            (IMSI)                              */
  7. /*                      All rights reserved.                      */
  8. /*                                                                */
  9. /******************************************************************/
  10. // JPEG.h : main header file for the JPEG DLL
  11. //
  12.  
  13. #ifndef __AFXWIN_H__
  14.     #error include 'stdafx.h' before including this file for PCH
  15. #endif
  16.  
  17. #include "resource.h"        // main symbols
  18.  
  19. /////////////////////////////////////////////////////////////////////////////
  20. // CJPEGApp
  21. // See JPEG.cpp for the implementation of this class
  22. //
  23.  
  24. class CJPEGApp : public CWinApp
  25. {
  26. public:
  27.     CJPEGApp();
  28.  
  29. // Overrides
  30.     // ClassWizard generated virtual function overrides
  31.     //{{AFX_VIRTUAL(CJPEGApp)
  32.     public:
  33.     virtual BOOL InitInstance();
  34.     //}}AFX_VIRTUAL
  35.  
  36.     //{{AFX_MSG(CJPEGApp)
  37.         // NOTE - the ClassWizard will add and remove member functions here.
  38.         //    DO NOT EDIT what you see in these blocks of generated code !
  39.     //}}AFX_MSG
  40.     DECLARE_MESSAGE_MAP()
  41. };
  42.  
  43.  
  44. /////////////////////////////////////////////////////////////////////////////
  45.